home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / RSP.z / RSP
Text File  |  1996-03-14  |  4KB  |  67 lines

  1.  
  2.  
  3.  
  4. ____RRRRSSSSPPPP((((3333FFFF))))                                                              ____RRRRSSSSPPPP((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      RSP, SRSP  -  EISPACK routine.  This subroutine calls the recommended
  10.      sequence of subroutines from the eigensystem subroutine package (EISPACK)
  11.      to find the eigenvalues and eigenvectors (if desired) of a REAL SYMMETRIC
  12.      PACKED matrix.
  13.  
  14.  
  15. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  16.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee  rrrrsssspppp((((nnnnmmmm,,,,nnnn,,,,nnnnvvvv,,,,aaaa,,,,wwww,,,,mmmmaaaattttzzzz,,,,zzzz,,,,ffffvvvv1111,,,,ffffvvvv2222,,,,iiiieeeerrrrrrrr))))
  17.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, nnnnvvvv,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  18.           ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn aaaa((((nnnnvvvv)))),,,, wwww((((nnnn)))),,,, zzzz((((nnnnmmmm,,,,nnnn)))),,,, ffffvvvv1111((((nnnn)))),,,, ffffvvvv2222((((nnnn))))
  19.  
  20.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee ssssrrrrsssspppp((((nnnnmmmm,,,,nnnn,,,,nnnnvvvv,,,,aaaa,,,,wwww,,,,mmmmaaaattttzzzz,,,,zzzz,,,,ffffvvvv1111,,,,ffffvvvv2222,,,,iiiieeeerrrrrrrr))))
  21.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, nnnnvvvv,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  22.           rrrreeeeaaaallll             aaaa((((nnnnvvvv)))),,,, wwww((((nnnn)))),,,, zzzz((((nnnnmmmm,,,,nnnn)))),,,, ffffvvvv1111((((nnnn)))),,,, ffffvvvv2222((((nnnn))))
  23.  
  24.  
  25.  
  26. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  27.      On Input
  28.  
  29.      NNNNMMMM must be set to the row dimension of the two-dimensional array
  30.      parameters as declared in the calling program dimension statement.
  31.  
  32.      NNNN is the order of the matrix  A.
  33.  
  34.      NNNNVVVV is an integer variable set equal to the dimension of the array  A  as
  35.      specified for
  36.  
  37.      AAAA in the calling program.  NV  must not be less than  N*(N+1)/2.
  38.  
  39.      AAAA contains the lower triangle of the real symmetric packed matrix stored
  40.      row-wise.
  41.  
  42.      MMMMAAAATTTTZZZZ is an integer variable set equal to zero if only eigenvalues are
  43.      desired.  Otherwise it is set to any non-zero integer for both
  44.      eigenvalues and eigenvectors.  On Output
  45.  
  46.      WWWW contains the eigenvalues in ascending order.
  47.  
  48.      ZZZZ contains the eigenvectors if MATZ is not zero.
  49.  
  50.      IIIIEEEERRRRRRRR is an integer output variable set equal to an error completion code
  51.      described in section 2B OF the documentation.  The normal completion code
  52.      is zero.
  53.  
  54.      FFFFVVVV1111 and  FV2  are temporary storage arrays. Questions and comments should
  55.      be directed to B. S. Garbow, APPLIED MATHEMATICS DIVISION, ARGONNE
  56.      NATIONAL LABORATORY
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.